home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / intrvews / xgrab.lha / xgrab / include / curs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-06  |  231 b   |  15 lines

  1. /**
  2.    GRAB Graph Layout and Browser System
  3.  
  4.    Copyright (c) 1989, Tera Computer Company
  5.  **/
  6.  
  7. // Cursor types (C++ version)
  8.  
  9. #ifndef curs_h
  10. #define curs_h
  11.  
  12. enum Curs {nodeC, lineC, waitC, browseC, textC, buttonC, mainC};
  13.  
  14. #endif
  15.